Privately export this method. It classifies directories and mountables the
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 14 Dec 2008 02:14:19 +0000 (02:14 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 14 Dec 2008 02:14:19 +0000 (02:14 +0000)
commit50329fa7c00938d9aea14751f0367903386a730a
tree4ae708a06ba4089266040bfc310848169b105b05
parentd68d9790df7ded822e318908a4d7c0639c9f7d6f
Privately export this method. It classifies directories and mountables the

        * gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory):
        Privately export this method. It classifies directories and mountables
        the same.

        * gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
        G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
        mounts.

        * gtk/gtkfilesystemmodel.c:
        * gtk/gtkfilechooserbutton.c:
        * gtk/gtkfilechooserentry.c:
        * gtk/gtkfilechooserdefault.c: Use the new function instead of
        direct checks for G_FILE_TYPE_DIRECTORY throughout.

svn path=/trunk/; revision=21898
ChangeLog
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c
gtk/gtkfilesystem.c
gtk/gtkfilesystem.h
gtk/gtkfilesystemmodel.c